PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setTabOrder Method
A com.o2sol.pdf4java.document.PDFPageTabOrder enumeration member specifying the tab order that shall be used for annotations on the page.
In This Topic
    setTabOrder Method
    In This Topic
    Sets the annotations tab order.
    Syntax
    public void setTabOrder( 
       PDFPageTabOrder tabOrder
    )

    Parameters

    tabOrder
    A com.o2sol.pdf4java.document.PDFPageTabOrder enumeration member specifying the tab order that shall be used for annotations on the page.
    See Also